home *** CD-ROM | disk | FTP | other *** search
/ Nejlepší České Hry / Nej české hry.iso / hry / vesmirna becherovka / 2004 Vesmírná Becherovka / Becherovka.exe / scripts / DefineSprite_1739 / frame_24 / DoAction.as < prev   
Encoding:
Text File  |  2004-09-30  |  732 b   |  34 lines

  1. if(B2A)
  2. {
  3.    Text1 = "Fakt? J{invalid_utf8=225} myslel, {invalid_utf8=158}e je.";
  4.    if(_root.menu.eng)
  5.    {
  6.       Text1 = "Really? I thought that it is.";
  7.    }
  8. }
  9. else
  10. {
  11.    Text1 = "";
  12.    setProperty("But1", _visible, false);
  13. }
  14. if(B2B)
  15. {
  16.    Text2 = "N{invalid_utf8=236}jak{invalid_utf8=233} zah{invalid_utf8=225}len{invalid_utf8=237} sez{invalid_utf8=243}ny m{invalid_utf8=236} nezaj{invalid_utf8=237}m{invalid_utf8=225}.";
  17.    if(_root.menu.eng)
  18.    {
  19.       Text2 = "I\'m not interested in any new season.";
  20.    }
  21. }
  22. else
  23. {
  24.    Text2 = "";
  25.    setProperty("But2", _visible, false);
  26. }
  27. Text3 = "";
  28. Text4 = "";
  29. But1.Varianta = "A";
  30. But2.Varianta = "B";
  31. Level = "21";
  32. But1.Enabled = B2A;
  33. But2.Enabled = B2B;
  34.